home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / utilities / _customise / virtual / bits / gcc / cc / hellow
Encoding:
Text File  |  1993-07-06  |  74 b   |  6 lines

  1. #include <iostream.h>
  2.  
  3. int main()
  4. {
  5.     cout << "Hello Archimedes World\n";
  6. }